/* Master Styles */
body{
    margin: 0;
    padding: 0;
    font-family: "avenir", monospace, Helvetica, Arial, sans-serif;
    color : rgb(6, 8, 122);
    font-size: 15px;
}
header{
    margin: 0px;
    padding: 0px;
}

/* Nav Styles */
.navbarMain{
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    padding: 0 10px;
    align-items: center;
    max-height: 102px;
}
.imageLeft img{
    width: 102px;
    height: 102px;
    float: left;
    padding-left: 15px;
    margin-left: 15px;
}
.navbarMain > ul.mainNavRight{
    padding-right: 20px;
    margin: 20px;
}
.navbarMain > ul.mainNavRight > li{
    /* try using flex */
    float: left;
    position: relative;
    text-decoration: none;
    justify-content: space-evenly;
    border-bottom: 1px solid rgb(55, 6, 78) transparent;
    list-style-type: none;
    transition: border-bottom 0.5s;
    margin: 1px;
    padding: 1px 5px;
}
.navbarMain ul.mainNavRight li a{
    text-decoration: none;
    text-align: right;
    font-family: "Roboto", Arial, sans-serif;
    padding: 0 2px 2px 2px;
    border: 5px 5px 10px 5px;
    margin: 5px 5px 10px 5px;
    position: relative;
}
.mainNavRight li.active a { 
    border-bottom: 1px solid rgb(55, 6, 78);
    color: rgb(55, 6, 78);
}
.mainNavRight li.inactive a { 
    color: rgb(105, 97, 90);
}
.mainNavRight a:hover{
    border-bottom: 1px solid;
}

/* Body Styles */
.bodyContent{
    display: block;
    position: relative;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    min-height: 75vh;
    background: linear-gradient(90deg,  rgba(196, 176, 141, 0.863) 40%, white 40%);
    min-width: 600px;
}
.container{
    display: flex;
    flex-direction: row;
}
.banner1{
    text-align: center;
    background: linear-gradient(180deg, rgb(245, 244, 240) 90%, white 90%);
    font-weight: 600;
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.25);
    max-width: 300px;
    min-height: 110px;
    min-width: 220px;
    word-wrap: break-word;
    margin: 5% 5% 5% 20%;
    padding: 20px 30px 30px;
    position: inherit;
}
.banner1 img{
    position: center;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    padding-top: 25px;   
}
.caption{
    padding: 0px 10px;
    margin: 0px 10px;
    font-family: monospace;
    color : rgb(6, 8, 122);
} 
#myRole{
    font-weight: 500;
}
.contentRight{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.banner2{
    padding: 30px 80px 10px 1px;
    margin: 30px 80px 10px 0px;
    min-height: 110px;
    max-width: 400px;
    position: inherit;
}
.btn{
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}
.experienceBtn{
    background-color: rgb(55, 6, 78);
    border: solid 1px rgb(55, 6, 78);
}
.experienceBtn:hover{
    background: rgba(196, 176, 141, 0.863);
}
.projectsBtn{
    background-color: white;
    color: rgb(55, 6, 78);
    border: solid 1px rgb(55, 6, 78);
}
.projectsBtn:hover{
    background: rgba(196, 176, 141, 0.863);
}
.banner2 p{
    letter-spacing: 0.1rem;
    padding-top: 20px;
}
.listItemInterests{
    padding-left: 15px;
}
.listItem{
    letter-spacing: 0.1rem;   
}

/* Social button Styles */
.socialConnect{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 245px;
    align-items: center;
    visibility: visible;
}
.socialConnect button{
    margin: 0 10px;
    cursor: pointer;
}
#button1{
    background-image: url( '/logos/logo_linkedin.png');
    height: 30px;
    width: 30px;
    border: solid rgb(185, 183, 183) 1px;
    border-radius: 25%;
}
#button2{
    background-image: url( '/logos/logo_twitter.png');
    height: 30px;
    width: 30px;
    border: solid rgb(185, 183, 183) 1px;
    border-radius: 25%;
}
#button3{
    background-image: url( '/logos/logo_GitHub.png');
    height: 30px;
    width: 30px;
    border: solid rgb(185, 183, 183) 1px;
    border-radius: 25%;
}
#button4{
    background-image: url( '/logos/logo_stackOverflow.png');
    height: 30px;
    width: 30px;
    border: solid rgb(185, 183, 183) 1px;
    border-radius: 25%;
}

/* Footer Styles */
footer{
    clear: both;
    border: 0px;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    position: relative;
    text-align: center;
    font-weight: 200;
}


/* Media Query for Mobile devices*/ 
@media only screen and (max-width: 767px){
    body{
        font-size: 12px;
        width: fit-content;
    }
    .bodyContent{
        background: linear-gradient(0deg, rgba(196, 176, 141, 0.863) 70%, white 70%);
    }
    .container{
        flex-direction: column;
    }
    .banner2{
        padding: 10px 66px;
        margin: 10px 30px;
    }
    h2{
        margin-left: 28px;
    }
    .experienceBtn{
        margin-left: 11%;
    }
    .listItemInterests{
        padding-top: 15px;
    }
    .socialConnect{
        padding-left: 4%;
    }
}


/* Media Query for Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body{
        font-size: 12px;
        width: fit-content;
    }
    .bodyContent{
        background: linear-gradient(0deg, rgba(196, 176, 141, 0.863) 70%, white 70%);
        width: 100vw;
        min-height: 80vh;
    }
    .container{
        flex-direction: column;
    }
    .banner1{
        margin: auto;
    }
    .banner2{
        padding: 10px;
        margin: auto;
        max-width: 640px;
    }
    h2{
        margin-left: 18.25%;
        padding: 20px 0 8px 12px;
    }
    .banner2Content{
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        align-items: stretch;
        padding-top: 20px;
    }
    .experienceBtn{
        margin-left: 25%;
        margin-bottom: 40px;
    }
    .banner2 p{
        padding-top: unset;
        padding-right: 80px;
    }
    .listItemInterests{
        border-left: solid grey 2px;
        list-style-type: none;
        padding-left: 86px;
        margin: auto;
    }
    li{
        align-self: stretch;
        width: max-content;
    }
    .socialConnect{
        margin: 50px 0 20px;
        padding-bottom: 15px;
        justify-content: center;
        padding-left: unset;
    }
    
}


/* Media Query for desktop upto 1300px */
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .banner2{
        padding: 30px 10px 10px 1px;
        margin: 30px 10px 10px 0px;
        min-height: 110px;
        max-width: 700px;
        position: relative;
    }
    .socialConnect{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        visibility: visible;
        /*margin-left: auto;*/
    }
}

/* Media Query for desktop XL above 1300px */
@media only screen and (min-width: 1301px) {
    .banner1{
        margin: 5% 5% 5% 24%;
        min-height: 500px;
    }
    .banner1 img{
        margin-top: 10px; 
    }
    #myName{
        padding-top: 10px;
    }
    #myRole{
        padding-top: 10px;
    }

    .listItemInterests{
        padding-top: 20px;
    }
    /*.socialConnect{
        margin-left: 640px;
    }*/
}
 